home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _47E0824134C246FFBF512476EDFC6C7E < prev    next >
Encoding:
Text File  |  2004-03-17  |  295 b   |  11 lines

  1.         tmu()
  2.         {
  3.             TexGen("planar")
  4.             TexMod("scale", "const", %terrain_inv_x, 0, 0, "const", %terrain_inv_z, 0, 0)
  5.             texture()
  6.             {
  7.                 Image(%detailsmask)
  8.                 addressfunc("clamp", "clamp", "clamp")
  9.             }
  10.         }
  11.